home *** CD-ROM | disk | FTP | other *** search
/ Sampler Includes Previews…les From These Companies / Sampler Includes Previews of Titles From These Companies.iso / davidson / dpsfiles / rfs1st.dxr / 00001_Field_1.txt next >
Text File  |  1997-09-15  |  230b  |  8 lines

  1. on exitFrame
  2.   if (the mousedown) and (the controldown) then
  3.     set the movietime of sprite 2 = the stoptime of sprite 2
  4.   end if
  5.   if the movietime of sprite 2 < the stoptime of sprite 2 then
  6.     go the frame
  7.   end if
  8. end